home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
gnu-c
/
os-include
/
proto
/
asl.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-09-22
|
223 b
|
13 lines
#ifndef PROTO_ASL_H
#define PROTO_ASL_H
#include <clib/asl_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/asl.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *AslBase;
#endif
#endif